home *** CD-ROM | disk | FTP | other *** search
- 0 rem window construction prg. 2 - john ryan
- 5 rem --> listing #2 demo program <--
- 10 nm$="wcs file":if flag=1 goto40
- 20 if flag=2 then 60
- 30 flag=1:load "wcs",8,1
- 40 flag=2:load nm$,8,1
- 50 :
- 60 print"[147]":for a=1 to 184:print"demo ";:next
- 70 a=1
- 80 poke 820,a:sys 49155
- 90 a=a+1:ifa=10 then a=0
- 100 poke198,0:wait 198,1
- 110 goto 80
-